home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- if "%CDBOOT%"=="TRUE" goto cBOOT
- goto FBOOT
-
- :CBOOT
- call x:\letter.bat %1
- goto DONE
-
- :FBOOT
- set DESTPATH=%1:\
- echo Your RAM Disk is %DESTPATH%
-
- REM --- begin new
- splash
- ECHO Loading files into memory, please wait...
-
- IF NOT EXIST stzip1.exe GOTO DISK1_PROMPT
- GOTO COPY_DISK1
-
- :DISK1_PROMPT
- rem choice /c:C /N Please insert SeaTools Desktop Disk 1 and press 'c' to continue
- splash
- splash
- IF NOT EXIST stzip1.exe GOTO DISK1_PROMPT
-
- :COPY_DISK1
- copy stzip1.exe %DESTPATH%
- %DESTPATH%stzip1.exe %DESTPATH%
-
- :DISK2_PROMPT
- rem choice /c:C /N Please insert SeaTools Desktop Disk 2 and press 'c' to continue
- splash
- splash
- IF NOT EXIST stzip2.exe GOTO DISK2_PROMPT
-
- :COPY_DISK2
- copy stzip2.exe %DESTPATH%
- copy xbios.exe %DESTPATH%
- copy drmouse.com %DESTPATH%
- %DESTPATH%stzip2.exe %DESTPATH%
-
-
- splash
- cls
-
- %1:
- xbios /Z /I /X
- CALL loadaspi
-
- drmouse
- if errorlevel 10 goto MOUSEERR
- if errorlevel 9 goto MOUSEERR
- if errorlevel 8 goto MOUSEERR
- if errorlevel 7 goto MOUSEERR
- if errorlevel 6 goto MOUSEERR
- if errorlevel 5 goto MOUSEERR
- if errorlevel 4 goto MOUSEERR
- if errorlevel 3 goto MOUSEERR
- if errorlevel 2 goto MOUSEERR
- goto NOMOUSEERR
-
- :MOUSEERR
- drmouse /u
- set NOMOUSE=TRUE
-
- :NOMOUSEERR
-
- CALL a:\st.BAT
- cls
- echo Your RAM Disk is %DESTPATH%
- echo Thank you for using SeaTools DOS
- :DONE